Skip to content

feat: reql format command#14

Open
gabor-boros wants to merge 2 commits intomasterfrom
gabor/add-reql-format
Open

feat: reql format command#14
gabor-boros wants to merge 2 commits intomasterfrom
gabor/add-reql-format

Conversation

@gabor-boros
Copy link
Copy Markdown
Member

Description

Add the new format command.

Code examples

r.table("movies").map({
  id: r.row('id'),
  ratings: r.http(r.format('http://example.com/movies/?title={title}&release={year}', r.row))
})

Checklist

References

@gabor-boros gabor-boros added the enhancement New feature or request label May 15, 2022
@gabor-boros gabor-boros added this to the 2.5.x milestone May 15, 2022
@gabor-boros gabor-boros requested a review from srh May 15, 2022 18:22
@gabor-boros gabor-boros self-assigned this May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

1 participant